
====== Téléchargement des isos ======


Tout d’abord on télécharge le cd businesscard

[[http://cdimage.debian.org/cdimage/etch_di_rc2/i386/iso-cd/debian-testing-i386-businesscard.iso|iso386]]

[[http://cdimage.debian.org/cdimage|répertoire les regroupant]]

====== Installation ======


On suit les instructions. L’installation se fait classiquement par les menus au clavier, /!\on ne sélectionne pas l’environnement graphique par défaut. (gnome) !! Ensuite on redémarre l’ordinateur .
1 er redémarrage
===== ajout des dépôts et mises à jour =====


en root ( ‘su’ puis mot de passe du root )

  #nano /etc/apt/sources.list

On enlève les lignes écrites et on mets les suivantes ( suivant que l’on veut être en stable testing ou unstable)

   1.Stable

  ##dépôts officiels
  deb http://ftp2.fr.debian.org/debian/ stable main non-free contrib
  deb-src http://ftp2.fr.debian.org/debian / stable main non-free contrib
  ##Marillat (codecs)
  deb http://www.debian-multimedia.org/ stable main 

   2.testing

  ##dépôts officiels
  deb http://ftp2.fr.debian.org/debian/ testing main non-free contrib
  deb-src http://ftp2.fr.debian.org/debian / testing main non-free contrib
  ##Marillat (codecs)
  deb http://www.debian-multimedia.org/ testing main 

   3.unstable

  ##dépôts officiels
  deb http://ftp2.fr.debian.org/debian/ unstable main non-free contrib
  deb-src http://ftp2.fr.debian.org/debian / unstable main non-free contrib
  ##Marillat (codecs)
  deb http://www.debian-multimedia.org/ unstable main 

Ensuite on mets à jour :

  #apt-get update && apt-get dist-upgrade

et on reboot

  #reboot

===== installation de l'environnement =====

==== moteur graphique ====


en root :

  #apt-get install linux-headers-`uname -r` 
  #apt-get install xfonts-base 
  #apt-get install xserver-xorg-input-all

   1. puis si vous avez une nvidia

  #apt-get install xserver-xorg-video-nv

   2. puis si vous avez une radeon

  #apt-get install xserver-xorg-video-ati

   3.puis si vous avez une intel

   #apt-get install xserver-xorg-video-intel

   4.Sinon il faut adapter avec votre carte

   #apt-get install xserver-xorg-video-***

   5.Au pire on install tout les modules

    #apt-get install xserver-xorg-video-all

En suite on édite le fichier xorg.conf

   #nano /etc/X11/xorg.conf

et on replace dans ‘Device’ à la ligne ‘driver’ vesa par ‘ati’ ou ‘nv’ ou’intel’ enfin le nom du module installé , sinon laissez ‘vesa’.

==== environnement graphique DE BASE ====


=== KDE ===


  #apt-get install kde-core kdm

=== GNOME ===


  #apt-get install gnome-core gdm

=== XFCE ===


  #apt-get install xfce4 xdm

==== le son ====


en root

  #apt-get install alsa-base linux-sound-base

Maintenant il faut installer le controleur sonore qui dépend de l’environnement graphique choisi

=== KDE ===


  #apt-get install kmix

=== GNOME ===


=== XFCE ===


Maintenant il ne reste plus qu’a redémarrer l’ordinateur : en root

  #reboot

Ensuite pour pauffiner votre environnement il faut allez aus rubriques respectives. 